Reactive programming
- Why use reactive programming?
- Concise. Code is simpler.
- Efficient. Code run faster.
- Maintanable. Code is easier to modify, manage, and share.
- Apps
- References
- For more information, see Shiny without reactivity.
Example Shiny Apps
- App structure - building a simple app
- Basic Apps
- Advanced Apps
HTML Templates
- Integrate Shiny with existing HTML with HTML templates. Templates can be used to generate complete web pages, and they can also be used to generate the HTML for components that are included in a Shiny app.
- Finance Template
- Education Template
- College scorecard
Shiny Dev Center References